home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Mnuselct.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Mnuselct.pas
- //----------------------------------------------------------------------------
- #ifndef MnuselctHPP
- #define MnuselctHPP
- //----------------------------------------------------------------------------
- #include <StdCtrls.hpp>
- #include <Buttons.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Mnuselct
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TMenuSelectDialog;
- class __declspec(pascalimplementation) TMenuSelectDialog : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TListBox* SelectionBox;
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- void __fastcall GetData(Classes::TComponent* &AComponent);
- void __fastcall SetData(Classes::TComponent* AComponent);
- void __fastcall HelpButtonClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TMenuSelectDialog(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TForm.CreateNew */ __fastcall TMenuSelectDialog(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TMenuSelectDialog(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TMenuSelectDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Mnuselct */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Mnuselct;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Mnuselct
-